gated convolutional network
Protecting Your Voice: Temporal-aware Robust Watermarking
Li, Yue, Liu, Weizhi, Lin, Dongdong, Tian, Hui, Wang, Hongxia
The rapid advancement of generative models has led to the synthesis of real-fake ambiguous voices. To erase the ambiguity, embedding watermarks into the frequency-domain features of synthesized voices has become a common routine. However, the robustness achieved by choosing the frequency domain often comes at the expense of fine-grained voice features, leading to a loss of fidelity. Maximizing the comprehensive learning of time-domain features to enhance fidelity while maintaining robustness, we pioneer a \textbf{\underline{t}}emporal-aware \textbf{\underline{r}}ob\textbf{\underline{u}}st wat\textbf{\underline{e}}rmarking (\emph{True}) method for protecting the speech and singing voice. For this purpose, the integrated content-driven encoder is designed for watermarked waveform reconstruction, which is structurally lightweight. Additionally, the temporal-aware gated convolutional network is meticulously designed to bit-wise recover the watermark. Comprehensive experiments and comparisons with existing state-of-the-art methods have demonstrated the superior fidelity and vigorous robustness of the proposed \textit{True} achieving an average PESQ score of 4.63.
r/MachineLearning - [D] Q on "Language Modeling with Gated Convolutional Networks "
Just from looking at the picture, I believe that W could be describing the weights from a final output layer, which is pretty standard to apply before a soft max. You might need to look at the code of the paper if it exists to double check, but I don't think the W relates to the W in the gated conv layers.